home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / docs / dsmanual.lha / APG.TXT < prev    next >
Text File  |  1993-05-10  |  23KB  |  748 lines

  1.                                               
  2.                          APPENDIX G.  GLOSSARY
  3.  
  4.       
  5.  
  6.       Cross-references in the following
  7.       definitions are printed in boldface.
  8.  
  9.    Analog Loopback
  10.  
  11.       A modem self-test in which data from the
  12.       keyboard is sent to the modem's
  13.       transmitter, modulated into analog form,
  14.       looped back to the receiver, demodulated
  15.       into digital form, and returned to the
  16.       screen for verification.
  17.  
  18.    Analog Signals
  19.  
  20.       Continuous, varying waveforms such as
  21.       the voice tones carried over phone
  22.       lines.  Contrast with digital signals.
  23.  
  24.    Answer Mode
  25.  
  26.       A state in which the modem transmits at
  27.       the predefined high frequency of the
  28.       communications channel and receives at
  29.       the low frequency.  The transmit/receive
  30.       frequencies are the reverse of the
  31.       calling modem which is in Originate
  32.       mode.
  33.  
  34.    ARQ
  35.  
  36.       Automatic Repeat Request.  A general
  37.       term for error control protocols which
  38.       feature error detection and automatic
  39.       retransmission of defective blocks of
  40.       data.  See HST, MNP, and V.42.
  41.    ASCII
  42.  
  43.       American Standard Code for Information
  44.       Interchange.  A 7-bit binary code (0's,
  45.       1's) used to represent letters, numbers,
  46.       and  special characters such as $, !,
  47.       and /.  Supported by almost every
  48.       computer and terminal manufacturer.
  49.  
  50.    Asymmetrical Modulation
  51.  
  52.       A duplex transmission technique which
  53.       splits the communications channel into
  54.       one high speed channel and one slower
  55.       channel.  During a call under
  56.       asymmetrical modulation, the modem with
  57.       the greatest amount of data to transmit
  58.       is allocated the high speed channel.
  59.       The modem with less data is allocated
  60.       the slow, or back channel (450 bps).
  61.       The modems dynamically reverse the
  62.       channels during a call if the volume of
  63.       data transfer changes.
  64.  
  65.    Asynchronous Transmission
  66.  
  67.       Data transmission in which the length of
  68.       time between transmitted characters may
  69.       vary.
  70.  
  71.       Because the time lapses between
  72.       transmitted  characters are not uniform,
  73.       the receiving modem must be signaled as
  74.       to when the data bits of a character
  75.       begin and when they end.   The addition
  76.       of Start and Stop bits to each character
  77.       serves this purpose.
  78.  
  79.    Auto Answer
  80.  
  81.       A feature in modems enabling them to
  82.       answer incoming calls over the phone
  83.       lines without the use of a telephone
  84.       receiver.
  85.  
  86.    Auto Dial
  87.  
  88.       A feature in modems enabling them to
  89.       dial phone numbers over the phone system
  90.       without the use of a telephone trans-
  91.       mitter.
  92.  
  93.    Baud Rate
  94.  
  95.       The number of discrete signal events per
  96.       second occurring on a communications
  97.       channel.  Although not technically accu-
  98.       rate, baud rate is commonly used to mean
  99.       bit rate.
  100.  
  101.    Bisync
  102.  
  103.       Binary Synchronous Control.  An earlier
  104.       protocol developed by IBM for software
  105.       applications and communicating devices
  106.       operating in synchronous environments.
  107.       The protocol defines operations at the
  108.       link level of communications, for
  109.       example, the format of data frames
  110.       exchanged between modems over a phone
  111.       line.  See Protocol, HDLC, SDLC.
  112.  
  113.    Binary Digit
  114.  
  115.       A 0 or 1, reflecting the use of a binary
  116.       numbering system (only two digits).
  117.       Used because the computer recognizes
  118.       either of two states, OFF or ON.
  119.       Shortened form of binary digit is bit.
  120.  
  121.    Bit Rate
  122.  
  123.       The number of binary digits, or bits,
  124.       transmitted per second (bps).
  125.       Communications channels using telephone
  126.       channel modems are established at set
  127.       bit rates, commonly 110, 300, 1200,
  128.       2400, 4800, 9600, and 14400.
  129.  
  130.    BPS
  131.  
  132.       The bits (binary digits) per second
  133.       rate.
  134.  
  135.    Buffer
  136.  
  137.       A memory area used as temporary storage
  138.       during input and output operations.  An
  139.       example is the modem's command buffer.
  140.       Another is the Transmit Data flow
  141.       control buffer used for flow control and
  142.       to store copies of transmitted frames
  143.       until they are positively acknowledged
  144.       by the receiving modem.
  145.  
  146.    Byte
  147.  
  148.       A group of binary digits stored and
  149.       operated upon as a unit.  A byte may
  150.       have a coded value equal to a character
  151.       in the ASCII code (letters, numbers), or
  152.       have some other value meaningful to the
  153.       computer.  In user documentation, the
  154.       term usually refers to 8-bit units or
  155.       characters.  1 kilobyte (K) is equal to
  156.       1,024 bytes or characters; 64K indicates
  157.       65,536 bytes or characters.
  158.  
  159.    Carrier
  160.  
  161.       A continuous frequency capable of being
  162.       either modulated or impressed with
  163.       another information-carrying signal.
  164.       Carriers are  generated and maintained
  165.       by modems via the transmission lines of
  166.       the telephone companies.
  167.    CCITT
  168.  
  169.       An international organization that
  170.       defines standards for telegraphic and
  171.       telephone equipment.  For example, the
  172.       Bell 212A standard for 1200 bps
  173.       communication in North America is
  174.       observed internationally as CCITT V.22.
  175.       For 2400 bps communication, most U.S.
  176.       manufacturers observe V.22 bis.  The
  177.       initials CCITT represent the French
  178.       name; in English it's known as the
  179.       International Telegraph and Telephone
  180.       Consultative Committee.
  181.  
  182.    Character
  183.  
  184.       A representation, coded in binary
  185.       digits, of a letter, number, or other
  186.       symbol.
  187.  
  188.    Characters Per Second
  189.  
  190.       A data transfer rate generally estimated
  191.       from the bit rate and the character
  192.       length.
  193.  
  194.       For example, at 2400 bps, 8-bit
  195.       characters with Start and Stop bits (for
  196.       a total of ten bits per character) will
  197.       be transmitted at a rate of
  198.       approximately 240 characters per second
  199.       (cps).  Some protocols, such as USR-HST
  200.       and MNP, employ advanced techniques such
  201.       as longer transmission frames and data
  202.       compression to increase cps.
  203.  
  204.    Cyclic Redundancy Checking (CRC)
  205.  
  206.       An error-detection technique consisting
  207.       of a cyclic algorithm performed on each
  208.       block or frame of data by both sending
  209.       and receiving modems.  The sending modem
  210.       inserts the results of its computation
  211.       in each data block in the form of a CRC
  212.       code.  The receiving modem compares its
  213.       results with the received CRC code and
  214.       responds with either a positive or
  215.       negative acknowledgment.  In the ARQ
  216.       protocol implemented in USRobotics high
  217.       speed modems, the receiving modem
  218.       accepts no more data until a defective
  219.       block is received correctly.
  220.  
  221.    Data Communications
  222.  
  223.       A type of communications in which
  224.       computers and terminals are able to
  225.       exchange data over an electronic medium.
  226.  
  227.    Data Compression Table
  228.  
  229.       A table of values assigned for each
  230.       character during a call under data
  231.       compression.  Default values in the
  232.       table are continually altered and built
  233.       during each call:  the longer the table,
  234.       the more efficient throughput gained.
  235.  
  236.       If a destructive Break is sent during a
  237.       call (see the &Y command), causing the
  238.       modems to reset the compression tables,
  239.       you can expect diminished throughput.
  240.  
  241.    DCE
  242.  
  243.       Data Communication (or Circuit-
  244.       Terminating) Equipment.  In this manual,
  245.       the term applies to dial-up modems that
  246.       establish and control the data link via
  247.       the telephone network.
  248.  
  249.    Dedicated Line
  250.  
  251.       A user-installed telephone line used to
  252.       connect a specified number of computers
  253.       or terminals within a limited area, for
  254.       example, one building.  The line is a
  255.       cable rather than a public-access tele-
  256.       phone line.  The communications channel
  257.       may also be referred to as nonswitched
  258.       because calls do not go through
  259.       telephone company switching equipment.
  260.  
  261.    Default
  262.  
  263.       Any setting assumed, at startup or
  264.       reset, by the computer's software and
  265.       attached devices, and operational until
  266.       changed by the user.
  267.  
  268.    Digital Loopback
  269.  
  270.       A test that checks the modem's RS-232
  271.       interface and the cable that connects
  272.       the terminal or computer and the modem.
  273.       The modem receives data (in the form of
  274.       digital signals) from the computer or
  275.       terminal, and immediately returns the
  276.       data to the screen for verification.
  277.  
  278.    Digital Signals
  279.  
  280.       Discrete, uniform signals.  In this
  281.       manual, the term refers to the binary
  282.       digits 0 and 1.
  283.  
  284.    DTE
  285.  
  286.       Data Terminal (or Terminating)
  287.       Equipment.  The device that generates or
  288.       is the final destination of data. In
  289.       this manual, the term refers to your
  290.       computer.
  291.  
  292.    Duplex
  293.  
  294.       Indicates a communications channel
  295.       capable of carrying signals in both
  296.       directions. See Half Duplex, Full
  297.       Duplex.
  298.  
  299.    EIA
  300.  
  301.       Electronic Industries Association, which
  302.       defines electronic standards in the U.S.
  303.  
  304.    Equalization
  305.  
  306.       A compensation circuit designed into
  307.       modems to counteract certain distortions
  308.       introduced by the telephone channel.
  309.       Two types are used:  fixed (compromise)
  310.       equalizers and those that adapt to
  311.       channel conditions.  USRobotics high
  312.       speed modems use adaptive equalization.
  313.  
  314.    Error Control
  315.  
  316.       Various techniques which check the
  317.       reliability of characters (parity) or
  318.       blocks of data.  V.42, MNP and HST error
  319.       control protocols use error detection
  320.       (CRC) and retransmission of errored
  321.       frames (ARQ).
  322.  
  323.    Flow Control
  324.  
  325.       A mechanism that compensates for
  326.       differences in the flow of data input to
  327.       and output from a modem or other device.
  328.  
  329.    Frame
  330.  
  331.       A data communications term for a block
  332.       of data with header and trailer
  333.       information attached.  The added
  334.       information usually includes a frame
  335.       number, block size data, error-check
  336.       codes, and Start/End indicators.
  337.    Full Duplex
  338.  
  339.       Signal flow in both directions at the
  340.       same time.  In microcomputer
  341.       communications, may refer to the
  342.       suppression of the online Local Echo.
  343.  
  344.    Half Duplex
  345.  
  346.       Signal flow in both directions, but only
  347.       one way at a time.  In microcomputer
  348.       communications, may refer to activation
  349.       of the online Local Echo, which causes
  350.       the modem to send a copy of the
  351.       transmitted data to the screen of the
  352.       sending computer.
  353.  
  354.    HDLC
  355.  
  356.       High Level Data Link Control.  A
  357.       standard protocol developed by the
  358.       International Standards Organization for
  359.       software applications and communicating
  360.       devices operating in synchronous
  361.       environments.  The protocol defines
  362.       operations at the link level of
  363.       communications, for example, the format
  364.       of data frames exchanged between modems
  365.       over a phone line.  See Bisync,
  366.       Protocol, SDLC.
  367.  
  368.    HST
  369.  
  370.       High Speed Technology, USRobotics'
  371.       proprietary signaling scheme, design and
  372.       error control protocol for high-speed
  373.       modems.  HST incorporates trellis-coded
  374.       modulation, for greater immunity from
  375.       variable phone line conditions, and
  376.       asymmetrical modulation for more
  377.       efficient use of the phone channel at
  378.       speeds of 4800 bps and above.  HST also
  379.       incorporates MNP-compatible error
  380.       control procedures adapted to
  381.       asymmetrical modulation.
  382.  
  383.    Hz
  384.  
  385.       Hertz, a frequency measurement unit used
  386.       internationally to indicate one cycle
  387.       per second.
  388.  
  389.    LAPM
  390.  
  391.       Link Access Procedure for Modems, an
  392.       error control protocol incorporated in
  393.       CCITT Recommendation V.42.  Like the MNP
  394.       and HST protocols, LAPM uses cyclic
  395.       redundancy checking (CRC) and retrans-
  396.       mission of corrupted data (ARQ) to
  397.       ensure data reliability.
  398.  
  399.    Local Echo
  400.  
  401.       A modem feature that enables the modem
  402.       to send copies of keyboard commands and
  403.       transmitted data to the screen.  When
  404.       the modem is in Command mode (not online
  405.       to another system) the local echo is
  406.       invoked through the ATE1 command.  The
  407.       command causes the modem to display your
  408.       typed commands.  When the modem is
  409.       online to another system, the local echo
  410.       is invoked through the ATF0 command.
  411.       This command causes the modem to display
  412.       the data it transmits to the remote
  413.       system.
  414.  
  415.    MI/MIC
  416.  
  417.       Mode Indicate/Mode Indicate Common, also
  418.       called Forced or Manual Originate.
  419.       Provided for installations where other
  420.       equipment, rather than the modem, does
  421.       the dialing.  In such installations, the
  422.       modem operates in Dumb mode (no Auto
  423.       Dial capability), yet must go off hook
  424.       in Originate mode to connect with
  425.       answering modems.  See MI/MIC Closure in
  426.       Chapter 2.
  427.  
  428.    MNP
  429.  
  430.       Microcom Networking Protocol, an
  431.       asynchronous error control protocol
  432.       developed by Microcom, Inc. and now in
  433.       the public domain.  The protocol ensures
  434.       error-free transmission through error
  435.       detection (CRC) and retransmission of
  436.       errored frames.  USRobotics modems use
  437.       MNP Levels 1+4 and Level 5 data com-
  438.       pression.  MNP Levels 1+4 have been
  439.       incorporated into CCITT Recommendation
  440.       V.42.  Compare HST.
  441.  
  442.    Modem
  443.  
  444.       A device that transmits/receives
  445.       computer data through a communications
  446.       channel such as radio or telephone
  447.       lines.  The Courier is a telephone
  448.       channel modem that modulates, or trans-
  449.       forms, digital signals from a computer
  450.       into the analog form that can be carried
  451.       successfully on a phone line.  It also
  452.       demodulates signals received from the
  453.       phone line back to digital signals
  454.       before passing them to the receiving
  455.       computer.
  456.  
  457.    Nonvolatile Memory (NVRAM)
  458.  
  459.       User-programmable random access memory
  460.       whose data is retained when modem power
  461.       is turned off.  Used in Courier modems
  462.       to store a user-defined default configu-
  463.       ration loaded into random access memory
  464.       (RAM) at power on.
  465.    OFF/ON Hook
  466.  
  467.       Modem operations which are the
  468.       equivalent of manually lifting a phone
  469.       receiver (taking it off hook) and
  470.       replacing it (going on hook).
  471.  
  472.    Online Fallback
  473.  
  474.       A feature that allows high speed error-
  475.       control modems to monitor line quality
  476.       and fall back to the next lower speed if
  477.       line quality degrades.  The modems fall
  478.       forward as line quality improves.
  479.  
  480.    Originate Mode
  481.  
  482.       A state in which the modem transmits at
  483.       the predefined low frequency of the
  484.       communications channel and receives at
  485.       the high frequency.  The
  486.       transmit/receive frequencies are the
  487.       reverse of the called modem which is in
  488.       Answer mode.
  489.  
  490.    Parallel Transmission
  491.  
  492.       The transfer of data characters using
  493.       parallel electrical paths for each bit
  494.       of the character, for example, 8 paths
  495.       for 8-bit characters.  Data is stored in
  496.       computers in parallel form, but may be
  497.       converted to serial form for certain
  498.       operations.  See Serial Transmission.
  499.  
  500.    Parity
  501.  
  502.       An error-detection method that checks
  503.       the validity of a transmitted character.
  504.       Character checking has been surpassed by
  505.       more reliable and efficient forms of
  506.       block-checking, including Xmodem-type
  507.       protocols and the ARQ protocol
  508.       implemented in Courier modems.
  509.  
  510.       The same type of parity must be used by
  511.       two communicating computers, or both may
  512.       omit parity.  When parity is used, a
  513.       parity bit is added to each transmitted
  514.       character.  The bit's value is 0 or 1,
  515.       to make the total number of 1's in the
  516.       character even or odd, depending on
  517.       which type of parity is used.
  518.  
  519.    Protocol
  520.  
  521.       A system of rules and procedures
  522.       governing communications between two or
  523.       more devices.  Protocols vary, but
  524.       communicating devices  must follow the
  525.       same protocol in order to exchange data.
  526.       The format of the data, readiness to
  527.       receive or send, error detection and
  528.       error correction are some of the opera-
  529.       tions that may be defined in protocols.
  530.  
  531.    RAM
  532.  
  533.       Random Access Memory.  Memory that is
  534.       available for use when the modem is
  535.       turned on, but that clears of all infor-
  536.       mation when the power is turned off.
  537.       The modem's RAM holds the current
  538.       operational settings, a flow control
  539.       buffer, and a command buffer.
  540.  
  541.    Remote Digital Loopback
  542.  
  543.       A test that checks the phone link and a
  544.       remote modem's transmitter and receiver.
  545.       Data entered from the keyboard is trans-
  546.       mitted from the initiating modem,
  547.       received by the remote modem's receiver,
  548.       looped through its transmitter, and
  549.       returned to the local screen for
  550.       verification.
  551.  
  552.    Remote Echo
  553.  
  554.       A copy of the data received by the
  555.       remote system, returned to the sending
  556.       system and displayed on the screen.
  557.       Remote echoing is a function of the
  558.       remote system.
  559.  
  560.    ROM
  561.  
  562.       Read Only Memory.  Permanent memory, not
  563.       user-programmable.  The Courier's
  564.       factory settings are stored in ROM and
  565.       can be read (loaded) into RAM as an
  566.       operational configuration if DIP switch
  567.       S10 is ON at power on.
  568.  
  569.    Serial Transmission
  570.  
  571.       The transfer of data characters one bit
  572.       at a time, sequentially, using a single
  573.       electrical path.  See Parallel
  574.       Transmission.
  575.  
  576.    Start/Stop Bits
  577.  
  578.       The signaling bits attached to a
  579.       character before the character is
  580.       transmitted during Asynchronous
  581.       Transmission.
  582.  
  583.    SDLC
  584.  
  585.       Synchronous Data Link Control.  A
  586.       protocol developed by IBM for software
  587.       applications and communicating devices
  588.       operating in IBM's Systems Network
  589.       Architecture (SNA).  The protocol
  590.       defines operations at the link level of
  591.       communications, for example, the format
  592.       of data frames exchanged between modems
  593.       over a phone line.  See Bisync,
  594.       Protocol, HDLC.
  595.  
  596.    Synchronous Transmission
  597.  
  598.       A form of transmission in which blocks
  599.       of data are sent at strictly timed
  600.       intervals.  Because the timing is
  601.       uniform, no Start or Stop bits are
  602.       required.  Compare Asynchronous
  603.       Transmission.
  604.  
  605.       Some mainframes only support synchronous
  606.       communications unless their owners have
  607.       installed a synchronous adapter and
  608.       appropriate software.
  609.  
  610.    Terminal
  611.  
  612.       A device whose keyboard and display are
  613.       used for sending and receiving data over
  614.       a communications link.  Differs from a
  615.       microcomputer in that it has no internal
  616.       processing capabilities.  Used to enter
  617.       data into or retrieve processed data
  618.       from a system or network.
  619.  
  620.    Terminal Mode
  621.  
  622.       An operational mode required for
  623.       microcomputers to transmit data.  In
  624.       Terminal mode the computer acts as if it
  625.       were a standard terminal such as a
  626.       teletypewriter, rather than a data
  627.       processor.  Keyboard entries go directly
  628.       to the modem, whether the entry is a
  629.       modem command or data to be transmitted
  630.       over the phone lines.  Received data is
  631.       output directly to the screen.  The more
  632.       popular communications software products
  633.       control Terminal mode as well as enable
  634.       more complex operations, including file
  635.       transmission and saving received files.
  636.  
  637.    Throughput
  638.  
  639.       The amount of actual user data
  640.       transmitted per second without the
  641.       overhead of protocol information such as
  642.       Start and Stop bits or frame headers and
  643.       trailers.  Compare characters per
  644.       second.
  645.  
  646.    Transmission Rate
  647.  
  648.       Same as Bit Rate.
  649.  
  650.    V.21
  651.  
  652.       A CCITT standard for modem
  653.       communications at 300 bps.  Modems made
  654.       in the U.S. or Canada follow the Bell
  655.       103 standard.  However, the modem can be
  656.       set to answer V.21 calls from overseas.
  657.       See Register S27 in Chapter 6.
  658.  
  659.    V.22
  660.  
  661.       A CCITT standard for modem
  662.       communications at 1200 bps, compatible
  663.       with the Bell 212A standard observed in
  664.       the U.S. and Canada.
  665.  
  666.    V.22 bis    
  667.  
  668.       A CCITT standard for modem
  669.       communications at 2400 bps.  The
  670.       standard includes an automatic link
  671.       negotiation fallback to 1200 bps and
  672.       compatibility with Bell 212A/V.22
  673.       modems.
  674.    V.23
  675.  
  676.       A CCITT standard for modem
  677.       communications at 1200 bps with a 75 bps
  678.       back channel.  Used in the U.K.
  679.  
  680.    V.25
  681.  
  682.       A CCITT standard for modem
  683.       communications that specifies an answer
  684.       tone different from the Bell answer tone
  685.       used in the U.S. and Canada.  All
  686.       USRobotics modems can be set with the B0
  687.       command so that they use the V.25 2100
  688.       Hz tone when answering overseas calls.
  689.  
  690.    V.32
  691.  
  692.       A CCITT standard for modem
  693.       communications at 9600 bps and 4800 bps.
  694.       V.32 modems fall back to 4800 bps when
  695.       line quality is impaired, and fall
  696.       forward again to 9600 bps when line
  697.       quality improves.
  698.  
  699.    V.32 bis
  700.  
  701.       A CCITT standard that extends the V.32
  702.       connection range:  4800, 7200, 9600, 12K
  703.       and 14.4K bps.  V.32 bis modems fall
  704.       back to the next lower speed when line
  705.       quality is impaired, and fall back
  706.       further as necessary.  They fall forward
  707.       to the next higher speed when line
  708.       quality improves.
  709.    V.42
  710.  
  711.       A CCITT standard for modem
  712.       communications that defines a two-stage
  713.       process of detection and negotiation for
  714.       LAPM  error control.  V.42 also supports
  715.       the MNP error control protocol, levels
  716.       1+4.
  717.  
  718.    V.42 bis
  719.  
  720.       An extension of CCITT V.42 that defines
  721.       a specific data compression scheme for
  722.       use with V.42 and MNP error control.
  723.  
  724.    Word Length
  725.  
  726.       The number of bits in a data character
  727.       without parity, start or stop bits.
  728.  
  729.    Xmodem
  730.  
  731.       The first of a family of error control
  732.       software protocols used to transfer
  733.       files between modems.  These protocols
  734.       are in the public domain and are
  735.       available from many bulletin board
  736.       services.
  737.  
  738.    XON/XOFF
  739.  
  740.       Standard ASCII control characters used
  741.       to tell an intelligent device to
  742.       stop/resume transmitting data.  In most
  743.       systems typing <Ctrl>-S sends the XOFF
  744.       character.  Some devices, including the
  745.       Courier, understand <Ctrl>-Q as XON;
  746.       others interpret the pressing of any key
  747.       after <Ctrl>-S as XON.
  748.